home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6628 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: dispatch.news.demon.net!demon!fe-line.demon.co.uk
  2. From: faye@fe-line.demon.co.uk (Faye Pearson)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Shareware C compiler ???
  5. Date: Wed, 14 Feb 1996 23:05:29 GMT
  6. Organization: fe-line
  7. Message-ID: <31225191.3210915@158.152.254.254>
  8. References: <31191D6D.160C@icis.on.ca>
  9. NNTP-Posting-Host: fe-line.demon.co.uk
  10. X-NNTP-Posting-Host: fe-line.demon.co.uk
  11. X-Newsreader: Forte Agent .99c/16.141
  12.  
  13. Glynnis Rengger <grengger@icis.on.ca> wrote:
  14.  
  15. >Is there a shareware compiler? If you know of one, please tell me
  16. >where I can find it.
  17.  
  18. If you have OS/2 (I think there is a port to straight DOS too) you
  19. might like to try EMX 0.9a
  20. It is a unix emulator which comes as part of an OS/2 port of GNU/BSD
  21. C/C++ and Objective C compilers.
  22.  
  23. It is FREEWARE! and can compile 32bit applications for DOS, OS/2 text
  24. and OS/2 PM. (although there is no documentation for PM included)
  25. single/multithread applications etc.
  26.  
  27. I think it is on ftp://sunsite.doc.ic.ac.uk/packages/os2/lang/emx09a/
  28. (These are the OS/2 binaries)
  29.  
  30. advantages are that it makes it easy to port un*x applications to a PC
  31. platform, at a surprisingly small overhead - DLLs are utilised to
  32. minimise memory/binary size overheads.
  33.  
  34. The readme file will give a larger list of FTP sites if you need one
  35. closer to home and a full list of archives. (hopefully including the
  36. msdos versions of the compiler)
  37.  
  38. Anyone know if there is a straight DOS port for certain?
  39.  
  40. Faye
  41. --
  42.